text/template/parse.ActionNode.tr (field)

4 uses

	text/template/parse (current package)
		node.go#L260: 	tr   *Tree
		node.go#L266: 	return &ActionNode{tr: t, NodeType: NodeAction, Pos: pos, Line: line, Pipe: pipe}
		node.go#L282: 	return a.tr
		node.go#L286: 	return a.tr.newAction(a.Pos, a.Line, a.Pipe.CopyPipe())